.banking-banner {
    position: relative;
    width: 100%;
    height: 40vh;
    background: url('https://images.pexels.com/photos/4386370/pexels-photo-4386370.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }
  
  .banner-text h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .banner-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .btn-banner {
    background: #0d6efd;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  
  .btn-banner:hover {
    background: #084298;
  }
  /* Large tablets / small laptops (max 1024px) */
  @media (max-width: 1024px) {
    .banking-banner {
      height: 50vh;
    }
    .banner-text h1 {
      font-size: 2.5rem;
    }
    .banner-text p {
      font-size: 1rem;
    }
  }
  
  /* Tablets (max 768px) */
  @media (max-width: 768px) {
    .banking-banner {
      height: 45vh;
      padding: 10px;
    }
    .banner-text h1 {
      font-size: 2rem;
    }
    .banner-text p {
      font-size: 0.95rem;
    }
    .btn-banner {
      padding: 10px 20px;
      font-size: 0.9rem;
    }
  }
  
  /* Mobile phones (max 480px) */
  @media (max-width: 480px) {
    .banking-banner {
      height: 35vh;
    }
    .banner-text h1 {
      font-size: 1.6rem;
      line-height: 1.3;
    }
    .banner-text p {
      font-size: 0.85rem;
    }
    .btn-banner {
      padding: 8px 18px;
      font-size: 0.85rem;
    }
  }
  
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
                /* Layout container */
                .main-container {
                  display: flex;
                  width: 100%;
                  gap: 20px;
                }
            
            
            
            
                /*content left page*/
                .content-area {
                  flex: 3;
                  padding: 20px;
                  background: none;
                  border-radius: 8px;
                  min-height: 1200px;
                }
  
  
  
  
                main {
        padding: 40px 20px;
        max-width: 900px;
        margin: auto;
      }
  
  
  .container {
      width: 100%;
      margin: 0 auto;
      background-color: rgb(236, 235, 235);
  
  }
  header {
      background-color: rgba(34, 34, 34, 0.28);
      color: rgb(3, 3, 3);
      text-align: center;
      padding: 1em 0;
      font-family: arial Black;
  }
  
  header h1 {
      margin: 0;
      font-size: 2em;
  }
  
  
  
  main {
      max-width: 100%;
      margin:10px auto;
      height: auto;
      border-radius: 0.5em;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  
  .contact-form {
      flex: 1;
      padding: 20px;
      box-sizing: border-box;
      margin-right: 20px;
      background-color: #f9f9f9;
      border-radius: 0.5em;
      box-shadow: 1px 1px 19px rgba(9, 0, 0, 0.348);
  }
  h4{
    background-color: rgb(18, 18, 18);
    margin: 1rem;
    text-align: center;
    padding:0.4rem 0;
    border: 1px solid rgb(245, 212, 0);
    border-radius: 8rem;
    color: rgba(255, 255, 255, 0.999);
  }
  form {
      display: flex;
      flex-direction: column;
      background-color: rgb(224, 224, 224);
      border-radius: 0.6rem;
      padding: 10px;
      border: 1px solid rgba(73, 73, 73, 0.293);
  }
  
  .form-group {
      margin-bottom: 15px;
      margin-right: 2rem;
  }
  
  label {
      font-weight: bold;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
      width: 100%;
      padding: 0.3rem;
      font-size: 1em;
      border: 1px solid rgb(225, 225, 225);
      border-radius: 4px;
  }
  
  textarea {
      resize: vertical;
  }
  .throught {
      background-color: #ff0000;
      color: white;
      border: none;
      border-radius: .78rem;
      cursor: pointer;
      font-size: 0.8rem;
      width: 9rem;
      padding: 0.5rem 0.8rem;
  }
  
  .throught:hover {
      background-color: #7d0000e6;
  }
  
  .contact-info {
      flex: 1;
      padding: 20px;
      text-align: center;
      margin-top: 40px;
      box-sizing: border-box;
      background-color: #f9f9f9;
      box-shadow: 1px 1px 19px rgba(9, 0, 0, 0.19);
  }
  .contact-info h4 {
      color: white;
      margin-bottom: 20px;
      width: 100%;
      height: 0 auto;
      background-image:radial-gradient(circle, rgb(36, 36, 36), rgb(44, 44, 44)) ;
      text-align: center;
  
  }
  
  .contact-info p {
    margin-top: 1rem;
      margin-bottom: 10px;
      line-height: 2;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .support-btn {
      display: block;
      text-align: center;
      font-size: 1.2rem;
      background-color: #2828a7;
      color: white;
      padding: 8px 15px;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 30px;
      width: 200px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .support-btn:hover {
      background-color: #2828a7c4;
  }
  
  
  
  
  
  
  /* ===== Mobile Large (max-width: 768px) ===== */
  @media (max-width: 768px) {
      .contact {
          flex-direction: column;
      }
      .contact-form,
      .contact-info {
          width: 100%;
          margin: 10px 0;
      }
      form {
          padding: 0.8rem;
      }
      input[type="text"],
      input[type="email"],
      textarea {
          font-size: 0.9rem;
      }
      h4 {
          font-size: 1.2rem;
          padding: 0.3rem 0;
      }
  }
  
  /* ===== Mobile Small (max-width: 480px) ===== */
  @media (max-width: 480px) {
      .form-group {
          margin-right: 0;
          margin-bottom: 10px;
      }
      input[type="text"],
      input[type="email"],
      textarea {
          font-size: 0.85rem;
          padding: 0.25rem;
      }
      .throught {
          width: 100%;
          font-size: 0.9rem;
          padding: 0.6rem;
      }
      .contact-info h4 {
          width: auto;
          font-size: 0.9rem;
          padding: 0.3rem 0.6rem;
      }
      .contact-info p {
          font-size: 0.9rem;
          line-height: 1.6;
      }
  }
  
